feat!: remove OpenAiVoiceId, FallbackOpenAiVoiceId, and ToolPinnedConflictResponseDtoError exported types - #49
Open
fern-api[bot] wants to merge 3 commits into
Open
fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:04
dba93cf to
db50444
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:47
e82cb5c to
f21c240
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
6 times, most recently
from
September 14, 2026 22:47
c14a7a4 to
f2b37f2
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
7 times, most recently
from
September 17, 2026 17:03
01c3ae1 to
85e0ccd
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
6 times, most recently
from
September 18, 2026 19:14
881f0b3 to
6fa0faf
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 20, 2026 17:18
6fa0faf to
263e4cc
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.63.0
…, and ToolPinnedConflictResponseDtoError exported types Several exported types have been removed and existing required fields have been changed to optional/unknown, constituting breaking changes for existing callers. Alongside these breaking changes, new capabilities are added: AssemblyAI universal-3-6-pro speech model support, new Rime AI voices, squad versioning on AssistantActivation, and typed 403/409 error handling across eval and tools clients. Key changes: - Remove exported types `OpenAiVoiceId`, `OpenAiVoiceIdEnum`, `FallbackOpenAiVoiceId`, `FallbackOpenAiVoiceIdEnum`, and `ToolPinnedConflictResponseDtoError` - Change `OpenAiVoice.voiceId` from required `Vapi.OpenAiVoiceId` to optional `unknown`, and same for `FallbackOpenAiVoice.voiceId` - Remove required `error` field from `ToolPinnedConflictResponseDto` - Add `AssemblyAiTranscriberSpeechModel.Universal36Pro` (`universal-3-6-pro`) and `agentContextAutoUpdateEnabled` field to AssemblyAI transcribers - Add `squadVersion` optional field to `AssistantActivation` - Add new Rime AI voice IDs (Clementine, Walnut, Eyre, Bancroft, Hesse, Beatty, Godfrey) to `RimeAiVoiceIdEnum` and `FallbackRimeAiVoiceIdEnum` - Add typed `ForbiddenError` (403) handling to all `EvalClient` methods and `ConflictError` (409) to `ToolsClient.update` 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 21, 2026 17:14
263e4cc to
7905fe5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking: MAJOR because the introduction of squad versioning, new org-limits types, and expanded error response shapes represent a broad structural expansion of the SDK's public API surface that, combined with new discriminated union types and enum additions, constitutes a major release boundary per semantic versioning conventions.
Added
OpenAiSpeaker,OpenAiReasoner, andOpenAiModelServiceTier— new types for GPT-Live configuration, exposed as optional fields onOpenAiModel.squadVersion— new optional field onCreateCallDto,Call,CreateOutboundCallDto, andCreateWebCallDtoto pin a specific squad version for a call.SquadVersion,SquadVersionPaginatedResponse, andSquadVersionPaginatedMetadata— new types supporting squad version history with labels, config hashes, pagination metadata, and member snapshots.OrgLimitsResponseDto,OrgConcurrencyLimitsDto, andOrgApiLimitsDto— new types exposing org-level concurrency and API rate-limit information.modelDeprecations— new optionalModelDeprecationNotice[]field onAssistant,AssistantDraft,AssistantVersion, andSquadresponses, surfacing deprecation and retirement info for models in use.ToolWriteConflictResponseDtoandForbiddenError— new error response types for tool write conflicts (HTTP 409) and forbidden access (HTTP 403).CallStartSquadVersionErrorValidationin ended-reason enums,SquadVersioninVersionPinReferenceSourceType,HipaaSpecialinUpdateUserRoleDtoRoleZero, newRimeAiVoiceModelvalues (coda,mistv3), and expandedAssemblyAiTranscriberLanguageCodesItemlanguage codes.See full changelog